1 # Merry
2
3 A simplistic GUI
interface for managing Python modules.
4
5 # How it works
6 The script will query pip, format the response
in to a list, and output it in to the GUI.
7 From here, you can browse the list,
select the module you want, and at the press of a button, either update or uninstall.
8 The script also supports printing
out your installed modules and allowing you to uninstall modules like that.
9 Merry also supports installing modules, pressing Install opens up a little box
where you can enter in the module you want to downlod from pip.
10
11 # Known issues
12 The GUI looks like it hangs
when its doing the updating/background stuff, everything is still working fine, but it will look frozen.
13
14 # Planned features
15 Adding more pip commands support.
16
17 Version Pinning/Locking.
18
19 Installing
from Git support. (Unsure if this works at all, it might already)
20
21 Multi-selecting modules
in the listbox.
22
23 Icons!
24
25 Fancier GUI.
26
27 Virtualenv support. (Currently
this works if you run the GUI while sourced in to a virtualenv already)
28
29
30 # Misc info
31 Tested to work
on Python 3.7, probably will not work on earlier versions.
32 You can easily edit config.json to change how a few things work.
33
34 `pip_command`
is the command the script will use, by default this is `pip3`
35
36 `auto_update_check` will decide
if the script should auto-check for updates on startup. (currently not recommended) Defaults `false`.
37
38 `add_user_flag` decides
if the script should install modules to your user or globally, example: the difference between pip3 install requests --user or just pip3 install requests.
39
40 Icon created
by https://www.deviantart.com/lustriouscharming


Gõ tìm kiếm nhanh...